-
Notifications
You must be signed in to change notification settings - Fork 2
Reactive rewrite continuation #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: reactive-rewrite
Are you sure you want to change the base?
Reactive rewrite continuation #23
Conversation
graddle bump from version 6.7 to 8.5 kotlin bump from version 1.6.21 to 1.9.10 permission_handler upgrade from 10.2.0 to 11.1.0
( #moved above) |
Looks finished on the feature side. I do not own a Mac so I cannot test iOS, help is appreciated 🙂. |
Ready for reviews |
Sounds good! I'll try and review this when i can, but its been a while since my headspace was focused on this codebase (and most of the projects in this GH org) If you have a chance to write up a summary of what was changed/why (and/or maybe update the example code in the README), especially as it relates to any breaking changes, that would probably help me get up to speed with testing this out. I can tell you in advance that the biggest things ill be looking for when i get a chance to review this in detail are going to be figuring out how to make the transition for any existing users as easy as possible (i.e. if its possible to implement the old functions using the new ones (or at least have them not cause an intentional crash) that may be useful as well |
Quick summary:
|
continuation on #17